home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / ping020.zip / PGINST.BAT < prev    next >
DOS Batch File  |  1992-10-29  |  523b  |  17 lines

  1. @echo off
  2. mhsuser -X31 -HPING -T4 -S "-EPinging gateway" -C70 "-R%1 %2 %3 %4 %5 %6 %7"
  3. if errorlevel 1 goto error
  4. rem
  5. rem IF YOU ARE USING PERSONAL MHS PLEASE CHANGE "NCOPY" WITH "COPY"
  6. rem IN THE NEXT TWO FOLLOWING LINES
  7. rem
  8. ncopy ping.exe %mv%mhs\mail\gates\ping\public\inpost.exe > nul
  9. ncopy ping.exe %mv%mhs\exe > nul
  10. mhsuser -X41 -U-Echo- -S "-EEchoed ping receiver" -RPING
  11. if errorlevel 1 goto error
  12. echo Creation of PING gateway successful!
  13. goto end
  14. :error
  15. echo Creation of PING gateway failed!
  16. :end
  17.